//0x4 bytes (sizeof)
enum _MI_SLAB_ALLOCATOR_PROTECTION
{
MiSlabAllocatorProtectionReadExecute = 0,
MiSlabAllocatorProtectionReadOnly = 1,
MiSlabAllocatorProtectionNoAccess = 2,
MiSlabAllocatorProtectionReadWrite = 3,
MiSlabAllocatorProtectionMax = 4
};